< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03090400.xhp

(section: weitere)

Further Statements
その他のステートメント(hd_id3145316.1)

Statements that do not belong to any of the other runtime categories are described here.
ここでは、その他のカテゴリに分類されていないステートメントについて説明します。(par_id3154923.2)

(/section: weitere)

(embed text/sbasic/shared/03090401.xhp#call : linkinfo)

Call Statement [Runtime]
Call ステートメント [実行時](hd_id3154422.1)

Transfers the control of the program to a subroutine, a function, or a DLL procedure.
プログラムの制御を、サブルーチン、関数、DLL プロシージャーなどに渡します。(par_id3153394.2)

(/embed text/sbasic/shared/03090401.xhp#call)

(embed text/sbasic/shared/03090402.xhp#choose : linkinfo)

Choose Function [Runtime]
Choose 関数 [実行時](hd_id3143271.1)

Returns a selected value from a list of arguments.
引数のリストの中から、指定された値を返します。(par_id3149234.2)

(/embed text/sbasic/shared/03090402.xhp#choose)

(embed text/sbasic/shared/03090403.xhp#declare : linkinfo)

Declare Statement [Runtime]
Declare ステートメント [実行時](hd_id3148473.1)

Declares and defines a subroutine in a DLL file that you want to execute from Office Basic.
Office Basic から実行する DLL ファイル内のサブルーチンの宣言と定義を行います。(par_id3145316.2)

(/embed text/sbasic/shared/03090403.xhp#declare)

(embed text/sbasic/shared/03090404.xhp#end : linkinfo)

End Statement [Runtime]
End ステートメント [実行時](hd_id3150771.1)

Ends a procedure or block.
プロシージャーやブロックの終了を宣言します。(par_id3153126.2)

(/embed text/sbasic/shared/03090404.xhp#end)

(embed text/sbasic/shared/03090412.xhp#exit : linkinfo)

Exit Statement [Runtime]
Exit ステートメント [実行時](hd_id3152924.1)

Exits a Do...Loop, For...Next, a function, or a subroutine.
Do...LoopFor...Next、関数、サブルーチンなどを強制的に終了させます。(par_id3153394.2)

(/embed text/sbasic/shared/03090412.xhp#exit)

(embed text/sbasic/shared/03090405.xhp#freelibrary : linkinfo)

FreeLibrary Function [Runtime]
FreeLibrary 関数 [実行時](hd_id3143270.1)

Releases DLLs that were loaded by a Declare statement. A released DLL is automatically reloaded if one of its functions is called. See also: Declare
Declare ステートメントで読み込んだ DLL を解放します。解放後の DLL は、その中の関数が呼び出された場合、自動的に再読み込みされます。次も参照してください:Declare(par_id3147559.2)

(/embed text/sbasic/shared/03090405.xhp#freelibrary)

(embed text/sbasic/shared/03090406.xhp#function : linkinfo)

Function Statement [Runtime]
Function ステートメント [実行時](hd_id3153346.1)

Defines a subroutine that can be used as an expression to determine a return type.
処理結果を戻り値として返すサブルーチンを定義します。(par_id3159158.2)

(/embed text/sbasic/shared/03090406.xhp#function)

(embed text/sbasic/shared/03090407.xhp#rem : linkinfo)

Rem Statement [Runtime]
Rem ステートメント [実行時](hd_id3154347.1)

Specifies that a program line is a comment.
プログラム行中のコメント文を指定します。(par_id3153525.2)

(/embed text/sbasic/shared/03090407.xhp#rem)

(embed text/sbasic/shared/03090408.xhp#stop : linkinfo)

Stop Statement [Runtime]
Stop ステートメント [実行時](hd_id3153311.1)

Stops the execution of the Basic program.
Basic プログラムの実行を停止させます。(par_id3154142.2)

(/embed text/sbasic/shared/03090408.xhp#stop)

(embed text/sbasic/shared/03090409.xhp#sub : linkinfo)

Sub Statement [Runtime]
Sub ステートメント [実行時](hd_id3147226.1)

Defines a subroutine.
サブルーチンを定義します。(par_id3153311.2)

(/embed text/sbasic/shared/03090409.xhp#sub)

(embed text/sbasic/shared/03090410.xhp#switch : linkinfo)

Switch Function [Runtime]
Switch 関数 [実行時](hd_id3148554.1)

Evaluates a list of arguments, consisting of an expression followed by a value. The Switch function returns a value that is associated with the expression that is passed by this function.
表式と値のペアを引数として、これら引数のリストを対象とした判定処理を行います。Switch 関数は、与えられた表式がどの引数に該当するかを判定して、対応する値を返します。(par_id3148522.2)

(/embed text/sbasic/shared/03090410.xhp#switch)

(embed text/sbasic/shared/03090411.xhp#with : linkinfo)

With Statement [Runtime]
With ステートメント [実行時](hd_id3153311.1)

Sets an object as the default object. Unless another object name is declared, all properties and methods refer to the default object until the End With statement is reached.
特定のオブジェクトを、デフォルトオブジェクトとして設定します。End With ステートメントまでのコード行では、オブジェクト名を明示しない限り、すべての属性やメソッドはこのデフォルトオブジェクトを参照しているものと見なされます。(par_id3159158.2)

(/embed text/sbasic/shared/03090411.xhp#with)


< Prev / Next >